ultrasonic3 2.2.0
Loading...
Searching...
No Matches
bsp.h
Go to the documentation of this file.
1/****************************************************************************
2** Copyright (C) 2020 MikroElektronika d.o.o.
3** Contact: https://www.mikroe.com/contact
4**
5** Permission is hereby granted, free of charge, to any person obtaining a copy
6** of this software and associated documentation files (the "Software"), to deal
7** in the Software without restriction, including without limitation the rights
8** to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9** copies of the Software, and to permit persons to whom the Software is
10** furnished to do so, subject to the following conditions:
11** The above copyright notice and this permission notice shall be
12** included in all copies or substantial portions of the Software.
13**
14** THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
16** OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
17** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
18** DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
19** OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
20** USE OR OTHER DEALINGS IN THE SOFTWARE.
21****************************************************************************/
22
23#include "invn/soniclib/soniclib.h" // Chirp SonicLib API definitions
24#include "ultrasonic3.h"
25
33
41
48void chbsp_init( ch_group_t *grp_ptr, ultrasonic3_t *clk_ptr );
void chbsp_ext_int_enable(void)
Ultrasonic 3 external interrupt enable function.
void chbsp_ext_int_disable(void)
Ultrasonic 3 external interrupt disable function.
void chbsp_init(ch_group_t *grp_ptr, ultrasonic3_t *clk_ptr)
Ultrasonic 3 initialize board support function.
Ultrasonic 3 Click context object.
Definition ultrasonic3.h:121
This file contains API for Ultrasonic 3 Click Driver.